home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00248.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  180 b   |  10 lines

  1. on mouseUp
  2.   set the memberNum of sprite 9 to the number of member "prev1"
  3.   updateStage()
  4.   if the frame > (label("s5-2") - 1) then
  5.     go(#previous)
  6.   else
  7.     exit
  8.   end if
  9. end
  10.